home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / vtheatre.dir / 00374_Script_374 < prev    next >
Text File  |  1995-09-12  |  302b  |  22 lines

  1. on enterframe
  2.   if rollover(20) then
  3.     HandCursor
  4.   else
  5.     if rollover(13) then
  6.       HandCursor
  7.     else
  8.       if rollover(14) then
  9.         HandCursor
  10.       else
  11.         WatchCursor
  12.       end if
  13.     end if
  14.   end if
  15.   TheatreRolloverMovie
  16. end
  17.  
  18. on exitframe
  19.   StopTheMovie
  20. end
  21.  
  22.